Intersoft WebInput Documentation
How-to: Save Current Layout
See Also Send Feedback
Intersoft WebInput > Working with Designer > Layout Manager > How-to: Save Current Layout

Glossary Item Box

Developers can save the current layout of WebInput into *.isl file. Therefore, it could be retrieved easily in the future.

Here are step by step procedures :

  1. Try to modify the TextBoxStyle - Normal -  BackColor into #FFE0C0 using WebInput.NET Designer >> Settings >> Style. This style will be saved into an *.isl file.



  2. Click on the Layout Manager, developers will be presented with below snapshot:



  3. Click the Save button in order to save the combo's current layout into a file.



  4. Try to open the saved *.isl file using a Text Editor. Notice that the modified TextBoxStyle is saved into the file.

See Also